ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / Line<T> Class / P2 Property

In This Topic
    P2 Property
    In This Topic
    The ending point of the line.
    Syntax
    'Declaration
     
    Public ReadOnly Property P2 As Point(Of T)
    public Point<T> P2 {get;}
    See Also